-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(op-node): Finalize Mainnet Rollup Config [release branch] #5905
Conversation
|
✅ Deploy Preview for opstack-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## release/bedrock-mainnet #5905 +/- ##
===========================================================
- Coverage 42.19% 39.47% -2.72%
===========================================================
Files 453 295 -158
Lines 29356 24695 -4661
Branches 877 0 -877
===========================================================
- Hits 12386 9748 -2638
+ Misses 16013 14038 -1975
+ Partials 957 909 -48
Flags with carried forward coverage won't be shown. Click here to find out more.
|
* op-batcher: Add metrics for pending L2 transaction data size (ethereum-optimism#5797) * feat(op-node): Finalize Mainnet Rollup Config [release branch] (ethereum-optimism#5905) * copy over develop chainsgo * stage rollup config changes * final rollup config values * fix(op-batcher): solve race condition of BatchSubmitter publishTxToL1 and handleReceipt access state concurrently (#5) * chore: update readme, add testnet assets (ethereum-optimism#9) * chore: update readme, add testnet assets * doc: clarify readme * ci: add the ci code used to package and release docker images (ethereum-optimism#11) * ci: add the ci code used to package and release docker images (#7) * ci: add the ci code used to package and release docker images Co-authored-by: Welkin <[email protected]> * fix: add latest tag for docker image (ethereum-optimism#9) Co-authored-by: Welkin <[email protected]> * try to use cache for docker build (ethereum-optimism#10) Co-authored-by: Welkin <[email protected]> --------- Co-authored-by: Welkin <[email protected]> * feat(ci): add ci workflow * fix * fix * update * update * skip fail test temporarily * add batcher/proposer * add e2e * skip fail e2e case temporary * add op-node-lint * fix lint * add batcher/proposer lint * test junit-report * add junit report for all * adjust parallel to 2 for avoiding fail * add needs for job serial execution * use testname format to simplify result --------- Co-authored-by: Joshua Gutow <[email protected]> Co-authored-by: refcell.eth <[email protected]> Co-authored-by: bnoieh <[email protected]> Co-authored-by: Owen <[email protected]> Co-authored-by: Welkin <[email protected]>
Description
Finalize the mainnet rollup config in the
op-node
chain config.Checklist